Method App\Presenters\VipPresenter::createComponentAddNewDistributionForm() did not return or create the desired component. search►
File: ...\vendor\nette\component-model\src\ComponentModel\Container.php:177
167: * @return IComponent the created component (optionally) 168: */ 169: protected function createComponent($name) 170: { 171: $ucname = ucfirst($name); 172: $method = 'createComponent' . $ucname; 173: if ($ucname !== $name && method_exists($this, $method) && $this->getReflection()->getMethod($method)->getName() === $method) { 174: $component = $this->$method($name); 175: if (!$component instanceof IComponent && !isset($this->components[$name])) { 176: $class = get_class($this); 177: throw new Nette\UnexpectedValueException("Method $class::$method() did not return or create the desired component."); 178: } 179: return $component; 180: } 181: }
...\vendor\nette\component-model\src\ComponentModel\Container.php:141 source Nette\ComponentModel\Container-> createComponent (arguments)
131: 132: if ($name === '') { 133: if ($need) { 134: throw new Nette\InvalidArgumentException('Component or subcomponent name must not be empty string.'); 135: } 136: return; 137: } 138: } 139: 140: if (!isset($this->components[$name])) { 141: $component = $this->createComponent($name); 142: if ($component instanceof IComponent && $component->getParent() === NULL) { 143: $this->addComponent($component, $name); 144: } 145: }
| $name | "addNewDistributionForm" (22)
|
|---|
...\temp\cache\latte\xampp-htdocs-cvhd-app-templates-Vip-newgame-latte-517b4205ebcdd233371b7f843674cf0f.php:32 source Nette\ComponentModel\Container-> getComponent (arguments)
22: if (!function_exists($_b->blocks['_newDistribution'][] = '_lbe4f0884497__newDistribution')) { function _lbe4f0884497__newDistribution($_b, $_args) { foreach ($_args as $__k => $__v) $$__k = $__v; $_control->redrawControl('newDistribution', FALSE) 23: ;if ($modalNewDistribution == 'true') { ?> 24: <div class="modal"> 25: <div class="modal-dialog"> 26: <div class="modal-content"> 27: <div class="modal-header"> 28: <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 29: <h4 class="modal-title">Pridat novou distribuci</h4> 30: </div> 31: <div class="modal-body"> 32: <?php $_l->tmp = $_control->getComponent("addNewDistributionForm"); if ($_l->tmp instanceof Nette\Application\UI\IRenderable) $_l->tmp->redrawControl(NULL, FALSE); $_l->tmp->render() ?> 33: </div> 34: <div class="modal-footer"> 35: <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> 36: <button type="button" class="btn btn-primary">Save changes</button>
| $name | "addNewDistributionForm" (22)
|
|---|
...\vendor\nette\application\src\Bridges\ApplicationLatte\UIMacros.php:122 source _lbe4f0884497__newDistribution (arguments)
112: { 113: $control->snippetMode = FALSE; 114: $payload = $control->getPresenter()->getPayload(); 115: if (isset($local->blocks)) { 116: foreach ($local->blocks as $name => $function) { 117: if ($name[0] !== '_' || !$control->isControlInvalid(substr($name, 1))) { 118: continue; 119: } 120: ob_start(); 121: $function = reset($function); 122: $snippets = $function($local, $params + array('_snippetMode' => TRUE)); 123: $payload->snippets[$id = $control->getSnippetId(substr($name, 1))] = ob_get_clean(); 124: if ($snippets !== NULL) { // pass FALSE from snippetArea 125: if ($snippets) { 126: $payload->snippets += $snippets;
| $_b | stdClass #e070 |
|---|---|
| $_args | array (18) |
...\temp\cache\latte\C-xampp-htdocs-cvhd-app-templates-layout-latte-754d5fffbe5a709e58e69ac47490e7fc.php:47 source Nette\Bridges\ApplicationLatte\UIMacros:: renderSnippets (arguments)
37: // template extending 38: 39: $_l->extends = empty($_g->extended) && isset($_control) && $_control instanceof Nette\Application\UI\Presenter ? $_control->findLayoutTemplateFile() : NULL; $_g->extended = TRUE; 40: 41: if ($_l->extends) { ob_start();} 42: 43: // prolog Nette\Bridges\ApplicationLatte\UIMacros 44: 45: // snippets support 46: if (empty($_l->extends) && !empty($_control->snippetMode)) { 47: return Nette\Bridges\ApplicationLatte\UIMacros::renderSnippets($_control, $_b, get_defined_vars()); 48: } 49: 50: // 51: // main template
| $control | App\Presenters\VipPresenter #7cd6 |
|---|---|
| $local | stdClass #e070 |
| $params | array (17) |
...\vendor\latte\latte\src\Latte\Engine.php:184 source include (arguments)
174: } 175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188:
| #0 | "C:\xampp\htdocs\cvhd\temp\cache\latte\C-xampp-htdocs-cvhd-app-templates-layout-latte-754d5fffbe5a709e58e69ac47490e7fc.php" (121)
|
|---|
inner-code Latte\Engine-> Latte\{closure} (arguments)
| #0 | "C:\xampp\htdocs\cvhd\app/../temp/cache/latte/C-xampp-htdocs-cvhd-app-templates-layout-latte-754d5fffbe5a709e58e69ac47490e7fc.php" (128)
|
|---|---|
| #1 | array (17) |
...\vendor\latte\latte\src\Latte\Engine.php:185 source call_user_func (arguments)
175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188: 189: /**
| $function_name | Closure #e4d6 |
|---|---|
| $parmeter | "C:\xampp\htdocs\cvhd\app/../temp/cache/latte/C-xampp-htdocs-cvhd-app-templates-layout-latte-754d5fffbe5a709e58e69ac47490e7fc.php" (128)
|
| $... | array (17) |
...\vendor\latte\latte\src\Latte\Engine.php:91 source Latte\Engine-> loadCacheFile (arguments)
81: private $baseTemplateClass = 'Latte\Template'; 82: 83: 84: /** 85: * Renders template to output. 86: * @return void 87: */ 88: public function render($name, array $params = array()) 89: { 90: $template = new $this->baseTemplateClass($params, $this->filters, $this, $name); 91: $this->loadCacheFile($name, $template->getParameters()); 92: } 93: 94: 95: /**
| $name | "C:\xampp\htdocs\cvhd\app/templates/@layout.latte" (48)
|
|---|---|
| $params | array (17) |
...\vendor\latte\latte\src\Latte\Template.php:98 source Latte\Engine-> render (arguments)
88: } 89: 90: 91: /** 92: * Renders template. 93: * @return void 94: */ 95: public function renderChildTemplate($name, array $params = array()) 96: { 97: $name = $this->engine->getLoader()->getChildName($name, $this->name); 98: $this->engine->render($name, $params); 99: } 100: 101: 102: /**
| $name | "C:\xampp\htdocs\cvhd\app/templates/@layout.latte" (48)
|
|---|---|
| $params | array (17) |
...\temp\cache\latte\xampp-htdocs-cvhd-app-templates-Vip-newgame-latte-517b4205ebcdd233371b7f843674cf0f.php:104 source Latte\Template-> renderChildTemplate (arguments)
94: if (empty($_l->extends) && !empty($_control->snippetMode)) { 95: return Nette\Bridges\ApplicationLatte\UIMacros::renderSnippets($_control, $_b, get_defined_vars()); 96: } 97: 98: // 99: // main template 100: // 101: ?> 102: 103: 104: <?php if ($_l->extends) { ob_end_clean(); return $template->renderChildTemplate($_l->extends, get_defined_vars()); } 105: call_user_func(reset($_b->blocks['content']), $_b, get_defined_vars()) ?> 106: 107: <?php call_user_func(reset($_b->blocks['scripts']), $_b, get_defined_vars()) ;
| $name | "C:\xampp\htdocs\cvhd\app/templates/@layout.latte" (48)
|
|---|---|
| $params | array (17) |
...\vendor\latte\latte\src\Latte\Engine.php:184 source include (arguments)
174: } 175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188:
| #0 | "C:\xampp\htdocs\cvhd\temp\cache\latte\xampp-htdocs-cvhd-app-templates-Vip-newgame-latte-517b4205ebcdd233371b7f843674cf0f.php" (124)
|
|---|
inner-code Latte\Engine-> Latte\{closure} (arguments)
| #0 | "C:\xampp\htdocs\cvhd\app/../temp/cache/latte/xampp-htdocs-cvhd-app-templates-Vip-newgame-latte-517b4205ebcdd233371b7f843674cf0f.php" (131)
|
|---|---|
| #1 | array (14) |
...\vendor\latte\latte\src\Latte\Engine.php:185 source call_user_func (arguments)
175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188: 189: /**
| $function_name | Closure #bd19 |
|---|---|
| $parmeter | "C:\xampp\htdocs\cvhd\app/../temp/cache/latte/xampp-htdocs-cvhd-app-templates-Vip-newgame-latte-517b4205ebcdd233371b7f843674cf0f.php" (131)
|
| $... | array (14) |
...\vendor\latte\latte\src\Latte\Engine.php:91 source Latte\Engine-> loadCacheFile (arguments)
81: private $baseTemplateClass = 'Latte\Template'; 82: 83: 84: /** 85: * Renders template to output. 86: * @return void 87: */ 88: public function render($name, array $params = array()) 89: { 90: $template = new $this->baseTemplateClass($params, $this->filters, $this, $name); 91: $this->loadCacheFile($name, $template->getParameters()); 92: } 93: 94: 95: /**
| $name | "C:\xampp\htdocs\cvhd\app/templates/Vip/newgame.latte" (52)
|
|---|---|
| $params | array (14) |
...\vendor\nette\application\src\Bridges\ApplicationLatte\Template.php:52 source Latte\Engine-> render (arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = NULL, array $params = array()) 51: { 52: $this->latte->render($file ?: $this->file, $params ?: $this->params); 53: } 54: 55: 56: /**
| $name | "C:\xampp\htdocs\cvhd\app/templates/Vip/newgame.latte" (52)
|
|---|---|
| $params | array (13) |
...\vendor\nette\application\src\Application\Responses\TextResponse.php:51 source Nette\Bridges\ApplicationLatte\Template-> render ()
41: } 42: 43: 44: /** 45: * Sends response to output. 46: * @return void 47: */ 48: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 49: { 50: if ($this->source instanceof Nette\Application\UI\ITemplate || $this->source instanceof Nette\Templating\ITemplate) { 51: $this->source->render(); 52: 53: } else { 54: echo $this->source; 55: }
...\vendor\nette\application\src\Application\UI\Presenter.php:230 source Nette\Application\Responses\TextResponse-> send (arguments)
220: 221: // finish template rendering 222: $this->sendTemplate(); 223: 224: } catch (Application\AbortException $e) { 225: // continue with shutting down 226: if ($this->isAjax()) try { 227: $hasPayload = (array) $this->payload; unset($hasPayload['state']); 228: if ($this->response instanceof Responses\TextResponse && $this->isControlInvalid()) { // snippets - TODO 229: $this->snippetMode = TRUE; 230: $this->response->send($this->httpRequest, $this->httpResponse); 231: $this->sendPayload(); 232: 233: } elseif (!$this->response && $hasPayload) { // back compatibility for use terminate() instead of sendPayload() 234: $this->sendPayload();
| $httpRequest | Nette\Http\Request #64a1 |
|---|---|
| $httpResponse | Nette\Http\Response #5819 |
...\vendor\nette\application\src\Application\Application.php:149 source Nette\Application\UI\Presenter-> run (arguments)
139: { 140: if (count($this->requests) > self::$maxLoop) { 141: throw new ApplicationException('Too many loops detected in application life cycle.'); 142: } 143: 144: $this->requests[] = $request; 145: $this->onRequest($this, $request); 146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153:
| $request | Nette\Application\Request #7517 |
|---|
...\vendor\nette\application\src\Application\Application.php:88 source Nette\Application\Application-> processRequest (arguments)
78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
| $request | Nette\Application\Request #7517 |
|---|
...\www\index.php:8 source Nette\Application\Application-> run ()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: $container = require __DIR__ . '/../app/bootstrap.php'; 7: 8: $container->getService('application')->run(); 9:
array (1)0 => Nette\Application\Request #7517| method private => "GET" (3) | flags private => array (1)| | secured => FALSE| name private => "Vip" (3) | params private => array (3)| | action => "newgame" (7) | | id => NULL | | do => "updateSnippet" (13)| post private => array () | files private => array ()
App\Presenters\VipPresenter #7cd6database protected => Nette\Database\Context #aa23| connection private => Nette\Database\Connection #27b5invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #7517| | onConnect => NULL | | onQuery => array (1)| reflection private => Nette\Database\Reflection\DiscoveredReflection #792d| | | 0 => array (2) [ ... ]| | params private => array (3)| | | 0 => "mysql:host=127.0.0.1;dbname=d39930_cvhd" (39) | | | 1 => "root" (4) | | | 2 => NULL| | options private => array (1)| | | lazy => TRUE| | driver private => Nette\Database\Drivers\MySqlDriver #4412| | | connection private => Nette\Database\Connection #27b5 { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor #19c4| | | connection private => Nette\Database\Connection #27b5 { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver #4412 { ... } | | | params private => NULL | | | remaining private => NULL | | | counter private => NULL | | | arrayMode private => NULL | | | arrayModes private => array (7) [ ... ]| | pdo private => PDO #a2e2| | connection protected => Nette\Database\Connection #27b5| cacheStorage private => Nette\Caching\Storages\FileStorage #7f31| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #4412 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #19c4 { ... } | | | pdo private => PDO #a2e2| | cache protected => Nette\Caching\Cache #f48a| | | storage private => Nette\Caching\Storages\FileStorage #7f31 { ... } | | | namespace private => "Nette.Database.3178942a042ed612b83781cb29098ff9\x00" (48) | | | key private => NULL | | | data private => NULL| | structure protected => array (1)| | | primary => array (1) [ ... ]| | loadedStructure protected => array (1)| | | primary => array (1) [ ... ]| | dir private => "C:\xampp\htdocs\cvhd\temp\cache" (31) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #6050| preprocessor private => NULL| | | file private => "C:\xampp\htdocs\cvhd\app/../temp/btfj.dat" (41) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| method private => "GET" (3) | flags private => array (1)response private => Nette\Application\Responses\TextResponse #8d9a| | secured => FALSE| name private => "Vip" (3) | params private => array (3)| | action => "newgame" (7) | | id => NULL | | do => "updateSnippet" (13)| post private => array () | files private => array ()| source private => Nette\Bridges\ApplicationLatte\Template #b969autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array () globalStateSinces private => array () action private => "newgame" (7) view private => "newgame" (7) layout private => NULL payload private => stdClass #d7de| | latte private => Latte\Engine #7e80| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2d19 { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "C:\xampp\htdocs\cvhd\app/../temp/cache/latte" (44) | | | autoRefresh private => TRUE | | | filters private => array (35) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "C:\xampp\htdocs\cvhd\app/templates/Vip/newgame.latte" (52) | | params private => array (13)| | | _control => App\Presenters\VipPresenter #7cd6 { RECURSION } | | | control => App\Presenters\VipPresenter #7cd6 { RECURSION } | | | _presenter => App\Presenters\VipPresenter #7cd6 { RECURSION } | | | presenter => App\Presenters\VipPresenter #7cd6 { RECURSION } | | | user => Nette\Security\User #7826 { ... } | | | netteHttpResponse => Nette\Http\Response #5819 { ... } | | | netteCacheStorage => Nette\Caching\Storages\FileStorage #7f31 { ... } | | | baseUrl => "http://localhost/cvhd/www" (25) | | | baseUri => "http://localhost/cvhd/www" (25) | | | basePath => "/cvhd/www" (9) | | | flashes => array () | | | modalNewDistribution => "true" (4) | | | form => Nette\Forms\Form #70e0 { ... }| state => array ()signalReceiver private => "" signal private => NULL ajaxMode private => TRUE startupCheck private => TRUE lastCreatedRequest private => NULL lastCreatedRequestFlag private => NULL context private => SystemContainer #6924| meta protected => array (1)httpRequest private => Nette\Http\Request #64a1| | types => array (31)| parameters => array (8)| | | "nette\object" => array (18) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\model\usermanager" => array (1) [ ... ] | | | "app\routerfactory" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]| | appDir => "C:\xampp\htdocs\cvhd\app" (24) | | wwwDir => "C:\xampp\htdocs\cvhd\www" (24) | | debugMode => TRUE | | productionMode => FALSE | | environment => "development" (11) | | consoleMode => FALSE | | container => array (3)| registry private => array (18)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "C:\xampp\htdocs\cvhd\app/../temp" (32)| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #34d9| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #64a1| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #9e3c { ... } | | | query private => array (1) [ ... ] | | | post private => array () | | | files private => array () | | | cookies private => array (3) [ ... ] | | | headers private => array (10) [ ... ] | | | remoteAddress private => "::1" (3) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse => Nette\Http\Response #5819| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | session => Nette\Http\Session #efa6| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #64a1 { ... } | | | response private => Nette\Http\Response #5819 { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #6050| | | file private => "C:\xampp\htdocs\cvhd\app/../temp/btfj.dat" (41) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | cacheStorage => Nette\Caching\Storages\FileStorage #7f31| | | dir private => "C:\xampp\htdocs\cvhd\temp\cache" (31) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #6050 { ... } | | | locks private => NULL| | "nette.presenterFactory" => Nette\Application\PresenterFactory #6e23| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "C:\xampp\htdocs\cvhd\app" (24) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #6924 { RECURSION }| | 23_App_RouterFactory => App\RouterFactory #f698 | | router => Nette\Application\Routers\RouteList #5e0b| | | cachedRoutes private => NULL | | | module private => "" | | | list private => array (1) [ ... ]| | application => Nette\Application\Application #204b| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\Presenters\VipPresenter #7cd6 { RECURSION } | | | httpRequest private => Nette\Http\Request #64a1 { ... } | | | httpResponse private => Nette\Http\Response #5819 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6e23 { ... } | | | router private => Nette\Application\Routers\RouteList #5e0b { ... }| | "nette.database.default" => Nette\Database\Connection #27b5| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #4412 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #19c4 { ... } | | | pdo private => PDO #a2e2| | "nette.database.default.context" => Nette\Database\Context #aa23| | | connection private => Nette\Database\Connection #27b5 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #792d { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7f31 { ... } | | | preprocessor private => NULL| | container => SystemContainer #6924 { RECURSION } | | "nette.userStorage" => Nette\Http\UserStorage #4c20| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #efa6 { ... } | | | sessionSection private => NULL| | 22_App_Model_UserManager => App\Model\UserManager #baf7| | | database private => Nette\Database\Context #aa23 { ... }| | user => Nette\Security\User #7826| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #4c20 { ... } | | | authenticator private => App\Model\UserManager #baf7 { ... } | | | authorizator private => NULL| | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #b9f4| | | container private => SystemContainer #6924 { RECURSION }| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #e029| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #b9f4 { ... } | | | httpRequest private => Nette\Http\Request #64a1 { ... } | | | httpResponse private => Nette\Http\Response #5819 { ... } | | | user private => Nette\Security\User #7826 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7f31 { ... }| method private => "GET" (3) | url private => Nette\Http\UrlScript #9e3chttpResponse private => Nette\Http\Response #5819| | scriptPath private => "/cvhd/www/" (10) | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "localhost" (9) | | port private => 80 | | path private => "/cvhd/www/vip/newgame" (21) | | query private => "do=updateSnippet" (16) | | fragment private => ""| query private => array (1)| | do => "updateSnippet" (13)| post private => array () | files private => array () | cookies private => array (3)| | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "15:27" (5) | | PHPSESSID => "3uameag30j4gnhhpe024i6coe1" (26) | | "nette-browser" => "onsvwj14ts" (10)| headers private => array (10)| | host => "localhost" (9) | | connection => "keep-alive" (10) | | accept => "*/*" (3) | | "x-requested-with" => "XMLHttpRequest" (14) | | "user-agent" => "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (109) | | dnt => "1" | | referer => "http://localhost/cvhd/www/vip/newgame" (37) | | "accept-encoding" => "gzip,deflate,sdch" (17) | | "accept-language" => "ru,en-US;q=0.8,en;q=0.6,cs;q=0.4" (32) | | cookie => "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts" (125)| remoteAddress private => "::1" (3) | remoteHost private => NULL | rawBody private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | code private => 200session private => Nette\Http\Session #efa6| regenerated private => NULL | options private => array (14)presenterFactory private => Nette\Application\PresenterFactory #6e23| | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #64a1| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #9e3c| response private => Nette\Http\Response #5819| | | scriptPath private => "/cvhd/www/" (10) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/cvhd/www/vip/newgame" (21) | | | query private => "do=updateSnippet" (16) | | | fragment private => ""| | query private => array (1)| | | do => "updateSnippet" (13)| | post private => array () | | files private => array () | | cookies private => array (3)| | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "15:27" (5) | | | PHPSESSID => "3uameag30j4gnhhpe024i6coe1" (26) | | | "nette-browser" => "onsvwj14ts" (10)| | headers private => array (10)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | accept => "*/*" (3) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (109) | | | dnt => "1" | | | referer => "http://localhost/cvhd/www/vip/newgame" (37) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "ru,en-US;q=0.8,en;q=0.6,cs;q=0.4" (32) | | | cookie => "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts" (125)| | remoteAddress private => "::1" (3) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| caseSensitive => FALSE | mapping private => array (2)router private => Nette\Application\Routers\RouteList #5e0b| | "*" => array (3)| baseDir private => "C:\xampp\htdocs\cvhd\app" (24) | cache private => array (1)| | | 0 => "App\" (4) | | | 1 => "*Module\" (8) | | | 2 => "Presenters\*Presenter" (21)| | Nette => array (3)| | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | Vip => array (2)| container private => SystemContainer #6924| | | 0 => "App\Presenters\VipPresenter" (27) | | | 1 => "Vip" (3)| | meta protected => array (1)| | | types => array (31) [ ... ]| | parameters => array (8)| | | appDir => "C:\xampp\htdocs\cvhd\app" (24) | | | wwwDir => "C:\xampp\htdocs\cvhd\www" (24) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "development" (11) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "C:\xampp\htdocs\cvhd\app/../temp" (32)| | registry private => array (18)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #34d9 { ... } | | | httpRequest => Nette\Http\Request #64a1 { ... } | | | httpResponse => Nette\Http\Response #5819 { ... } | | | session => Nette\Http\Session #efa6 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #6050 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #7f31 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6e23 { RECURSION } | | | 23_App_RouterFactory => App\RouterFactory #f698 | | | router => Nette\Application\Routers\RouteList #5e0b { ... } | | | application => Nette\Application\Application #204b { ... } | | | "nette.database.default" => Nette\Database\Connection #27b5 { ... } | | | "nette.database.default.context" => Nette\Database\Context #aa23 { ... } | | | container => SystemContainer #6924 { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #4c20 { ... } | | | 22_App_Model_UserManager => App\Model\UserManager #baf7 { ... } | | | user => Nette\Security\User #7826 { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #b9f4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #e029 { ... }| | creating private => array ()| cachedRoutes private => NULL | module private => "" | list private => array (1)user private => Nette\Security\User #7826| | 0 => Nette\Application\Routers\Route #ee49| | | mask private => "<presenter>/<action>[/<id>]" (27) | | | sequence private => array (11) [ ... ] | | | re private => "#(?:(?P<p0>(?U)[a-z][a-z0-9.-]*)/(?:(?P<p5>(?U)[a-z][a-z0-9-]*)(?:/(?P<p16>(?U)[^/]+))?)?)?/?\z#Aiu" (99) | | | aliases private => array (3) [ ... ] | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #4c20templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #e029| | namespace private => "" | | sessionHandler private => Nette\Http\Session #efa6| authenticator private => App\Model\UserManager #baf7| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #64a1 { ... } | | | response private => Nette\Http\Response #5819 { ... }| | sessionSection private => NULL| | database private => Nette\Database\Context #aa23| authorizator private => NULL| | | connection private => Nette\Database\Connection #27b5 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #792d { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #7f31 { ... } | | | preprocessor private => NULL| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #b9f4template private => Nette\Bridges\ApplicationLatte\Template #b969| | container private => SystemContainer #6924| httpRequest private => Nette\Http\Request #64a1| | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (18) [ ... ] | | | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #9e3c| httpResponse private => Nette\Http\Response #5819| | | scriptPath private => "/cvhd/www/" (10) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/cvhd/www/vip/newgame" (21) | | | query private => "do=updateSnippet" (16) | | | fragment private => ""| | query private => array (1)| | | do => "updateSnippet" (13)| | post private => array () | | files private => array () | | cookies private => array (3)| | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "15:27" (5) | | | PHPSESSID => "3uameag30j4gnhhpe024i6coe1" (26) | | | "nette-browser" => "onsvwj14ts" (10)| | headers private => array (10)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | accept => "*/*" (3) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (109) | | | dnt => "1" | | | referer => "http://localhost/cvhd/www/vip/newgame" (37) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "ru,en-US;q=0.8,en;q=0.6,cs;q=0.4" (32) | | | cookie => "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts" (125)| | remoteAddress private => "::1" (3) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| user private => Nette\Security\User #7826| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #4c20| cacheStorage private => Nette\Caching\Storages\FileStorage #7f31| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #efa6 { ... } | | | sessionSection private => NULL| | authenticator private => App\Model\UserManager #baf7| | | database private => Nette\Database\Context #aa23 { ... }| | authorizator private => NULL| | dir private => "C:\xampp\htdocs\cvhd\temp\cache" (31) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #6050| | | file private => "C:\xampp\htdocs\cvhd\app/../temp/btfj.dat" (41) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| latte private => Latte\Engine #7e80invalidSnippets private => array (1)| | onCompile => array (1)| file private => "C:\xampp\htdocs\cvhd\app/templates/Vip/newgame.latte" (52) | params private => array (13)| | | 0 => Closure #2a09| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2d19| | | | file => "C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php" (94) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => App\Presenters\VipPresenter #7cd6 { RECURSION }| | contentType private => "html" (4) | | tempDirectory private => "C:\xampp\htdocs\cvhd\app/../temp/cache/latte" (44) | | autoRefresh private => TRUE | | filters private => array (35)| | | "" => array () | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => "Latte\Runtime\Filters::date" (27) | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28)| | baseTemplateClass private => "Latte\Template" (14)| | _control => App\Presenters\VipPresenter #7cd6 { RECURSION } | | control => App\Presenters\VipPresenter #7cd6 { RECURSION } | | _presenter => App\Presenters\VipPresenter #7cd6 { RECURSION } | | presenter => App\Presenters\VipPresenter #7cd6 { RECURSION } | | user => Nette\Security\User #7826| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #4c20 { ... } | | | authenticator private => App\Model\UserManager #baf7 { ... } | | | authorizator private => NULL| | netteHttpResponse => Nette\Http\Response #5819| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage #7f31| | | dir private => "C:\xampp\htdocs\cvhd\temp\cache" (31) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #6050 { ... } | | | locks private => NULL| | baseUrl => "http://localhost/cvhd/www" (25) | | baseUri => "http://localhost/cvhd/www" (25) | | basePath => "/cvhd/www" (9) | | flashes => array () | | modalNewDistribution => "true" (4) | | form => Nette\Forms\Form #70e0| | | onSuccess => NULL | | | onError => NULL | | | onSubmit => NULL | | | submittedBy private => FALSE | | | httpData private => array () | | | element private => Nette\Utils\Html #09c0 { ... } | | | renderer private => NULL | | | translator private => NULL | | | groups private => array () | | | errors private => array () | | | httpRequest => Nette\Http\Request #8bff { ... } | | | onValidate => NULL | | | currentGroup protected => NULL | | | validated private => NULL | | | components private => array (12) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => NULL | | | monitors private => array ()| jsNewModal => TRUEsnippetMode => FALSE params protected => array (3)| action => "newgame" (7) | id => NULL | do => "updateSnippet" (13)components private => array () cloning private => NULL parent private => NULL name private => "Vip" (3) monitors private => array () templateFactory private => NULL
| REDIRECT_MIBDIRS | "C:/xampp/php/extras/mibs" (24)
|
|---|---|
| REDIRECT_MYSQL_HOME | "\xampp\mysql\bin" (16)
|
| REDIRECT_OPENSSL_CONF | "C:/xampp/apache/bin/openssl.cnf" (31)
|
| REDIRECT_PHP_PEAR_SYSCONF_DIR | "\xampp\php" (10)
|
| REDIRECT_PHPRC | "\xampp\php" (10)
|
| REDIRECT_TMP | "\xampp\tmp" (10)
|
| REDIRECT_STATUS | "200" (3)
|
| MIBDIRS | "C:/xampp/php/extras/mibs" (24)
|
| MYSQL_HOME | "\xampp\mysql\bin" (16)
|
| OPENSSL_CONF | "C:/xampp/apache/bin/openssl.cnf" (31)
|
| PHP_PEAR_SYSCONF_DIR | "\xampp\php" (10)
|
| PHPRC | "\xampp\php" (10)
|
| TMP | "\xampp\tmp" (10)
|
| HTTP_HOST | "localhost" (9)
|
| HTTP_CONNECTION | "keep-alive" (10)
|
| HTTP_ACCEPT | "*/*" (3)
|
| HTTP_X_REQUESTED_WITH | "XMLHttpRequest" (14)
|
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (109)
|
| HTTP_DNT | "1"
|
| HTTP_REFERER | "http://localhost/cvhd/www/vip/newgame" (37)
|
| HTTP_ACCEPT_ENCODING | "gzip,deflate,sdch" (17)
|
| HTTP_ACCEPT_LANGUAGE | "ru,en-US;q=0.8,en;q=0.6,cs;q=0.4" (32)
|
| HTTP_COOKIE | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts" (125)
|
| PATH | "C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Kits\8.1\Windows Pe ... " (327)
|
| SystemRoot | "C:\WINDOWS" (10)
|
| COMSPEC | "C:\WINDOWS\system32\cmd.exe" (27)
|
| PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" (53)
|
| WINDIR | "C:\WINDOWS" (10)
|
| SERVER_SIGNATURE | "<address>Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 Server at localhost Port 80</address>
" (94)
|
| SERVER_SOFTWARE | "Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11" (46)
|
| SERVER_NAME | "localhost" (9)
|
| SERVER_ADDR | "::1" (3)
|
| SERVER_PORT | "80" (2)
|
| REMOTE_ADDR | "::1" (3)
|
| DOCUMENT_ROOT | "C:/xampp/htdocs" (15)
|
| REQUEST_SCHEME | "http" (4)
|
| CONTEXT_PREFIX | ""
|
| CONTEXT_DOCUMENT_ROOT | "C:/xampp/htdocs" (15)
|
| SERVER_ADMIN | "postmaster@localhost" (20)
|
| SCRIPT_FILENAME | "C:/xampp/htdocs/cvhd/www/index.php" (34)
|
| REMOTE_PORT | "53751" (5)
|
| REDIRECT_QUERY_STRING | "do=updateSnippet" (16)
|
| REDIRECT_URL | "/cvhd/www/vip/newgame" (21)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| REQUEST_METHOD | "GET" (3)
|
| QUERY_STRING | "do=updateSnippet" (16)
|
| REQUEST_URI | "/cvhd/www/vip/newgame?do=updateSnippet" (38)
|
| SCRIPT_NAME | "/cvhd/www/index.php" (19)
|
| PHP_SELF | "/cvhd/www/index.php" (19)
|
| REQUEST_TIME_FLOAT | 1405286230.05
|
| REQUEST_TIME | 1405286230
|
| __NF | Nette Session |
|---|
| Nette.Http.UserStorage/ | array (2) |
|---|
| C:\xampp\htdocs\cvhd\www\index.php |
| C:\xampp\htdocs\cvhd\app\bootstrap.php |
| C:\xampp\htdocs\cvhd\vendor\autoload.php |
| C:\xampp\htdocs\cvhd\vendor\composer\autoload_real.php |
| C:\xampp\htdocs\cvhd\vendor\composer\ClassLoader.php |
| C:\xampp\htdocs\cvhd\vendor\composer\autoload_namespaces.php |
| C:\xampp\htdocs\cvhd\vendor\composer\autoload_psr4.php |
| C:\xampp\htdocs\cvhd\vendor\composer\autoload_classmap.php |
| C:\xampp\htdocs\cvhd\vendor\composer\autoload_files.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\shortcuts.php |
| C:\xampp\htdocs\cvhd\vendor\nette\nette\Nette\loader.php |
| C:\xampp\htdocs\cvhd\vendor\nette\nette\Nette\Loaders\NetteLoader.php |
| C:\xampp\htdocs\cvhd\vendor\nette\bootstrap\src\Bootstrap\Configurator.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Object.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\CompilerExtension.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\Bar.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\BlueScreen.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\Dumper.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\exceptions.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\IMacro.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Macros\MacroSet.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Object.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\ArrayHash.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\ArrayList.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\DateTime.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Image.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\ObjectMixin.php |
| C:\xampp\htdocs\cvhd\vendor\nette\neon\src\Neon\Exception.php |
| C:\xampp\htdocs\cvhd\vendor\nette\neon\src\Neon\Entity.php |
| C:\xampp\htdocs\cvhd\vendor\nette\neon\src\Neon\Neon.php |
| C:\xampp\htdocs\cvhd\vendor\nette\nette\Nette\shortcuts.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\Debugger.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\DefaultBarPanel.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\IBarPanel.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\FireLogger.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\Helpers.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\Logger.php |
| C:\xampp\htdocs\cvhd\vendor\nette\robot-loader\src\RobotLoader\RobotLoader.php |
| C:\xampp\htdocs\cvhd\vendor\nette\caching\src\Caching\Storages\FileStorage.php |
| C:\xampp\htdocs\cvhd\vendor\nette\caching\src\Caching\IStorage.php |
| C:\xampp\htdocs\cvhd\vendor\nette\caching\src\Caching\Cache.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\Config\Loader.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\Config\Adapters\NeonAdapter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\Config\IAdapter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\neon\src\Neon\Decoder.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Validators.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\ContainerFactory.php |
| C:\xampp\htdocs\cvhd\temp\cache\Nette.Configurator\a09d32afe7e783a63f551273e668c5fb.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\Container.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationLatte\ILatteFactory.php |
| C:\xampp\htdocs\cvhd\vendor\nette\bootstrap\src\Bridges\Framework\TracyBridge.php |
| C:\xampp\htdocs\cvhd\vendor\nette\nette\Nette\Framework.php |
| C:\xampp\htdocs\cvhd\vendor\nette\reflection\src\Reflection\ClassType.php |
| C:\xampp\htdocs\cvhd\vendor\nette\reflection\src\Reflection\Method.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\Session.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\RequestFactory.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\UrlScript.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\Url.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Strings.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\Request.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\IRequest.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\Response.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\IResponse.php |
| C:\xampp\htdocs\cvhd\vendor\nette\safe-stream\src\SafeStream\SafeStream.php |
| C:\xampp\htdocs\cvhd\vendor\nette\reflection\src\Reflection\AnnotationsParser.php |
| C:\xampp\htdocs\cvhd\vendor\nette\caching\src\Caching\Storages\FileJournal.php |
| C:\xampp\htdocs\cvhd\vendor\nette\caching\src\Caching\Storages\IJournal.php |
| C:\xampp\htdocs\cvhd\vendor\nette\nette\Nette\deprecated\Environment.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\Application.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\PresenterFactory.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\IPresenterFactory.php |
| C:\xampp\htdocs\cvhd\app\router\RouterFactory.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\Routers\RouteList.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\IRouter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\Routers\Route.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationTracy\RoutingPanel.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\Request.php |
| C:\xampp\htdocs\cvhd\app\presenters\VipPresenter.php |
| C:\xampp\htdocs\cvhd\app\presenters\BasePresenter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\Presenter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\Control.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\PresenterComponent.php |
| C:\xampp\htdocs\cvhd\vendor\nette\component-model\src\ComponentModel\Container.php |
| C:\xampp\htdocs\cvhd\vendor\nette\component-model\src\ComponentModel\Component.php |
| C:\xampp\htdocs\cvhd\vendor\nette\component-model\src\ComponentModel\IComponent.php |
| C:\xampp\htdocs\cvhd\vendor\nette\component-model\src\ComponentModel\IContainer.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\ISignalReceiver.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\IStatePersistent.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\IRenderable.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\IPresenter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\di\src\DI\Helpers.php |
| C:\xampp\htdocs\cvhd\vendor\nette\reflection\src\Reflection\Parameter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Context.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Connection.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Helpers.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Bridges\DatabaseTracy\ConnectionPanel.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Reflection\DiscoveredReflection.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\IReflection.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Callback.php |
| C:\xampp\htdocs\cvhd\vendor\nette\security\src\Security\User.php |
| C:\xampp\htdocs\cvhd\vendor\nette\security\src\Security\IUserStorage.php |
| C:\xampp\htdocs\cvhd\vendor\nette\http\src\Http\UserStorage.php |
| C:\xampp\htdocs\cvhd\app\model\UserManager.php |
| C:\xampp\htdocs\cvhd\vendor\nette\security\src\Security\IAuthenticator.php |
| C:\xampp\htdocs\cvhd\vendor\nette\security\src\Bridges\SecurityTracy\UserPanel.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\ITemplateFactory.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php |
| C:\xampp\htdocs\cvhd\vendor\nette\reflection\src\Reflection\Property.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\PresenterComponentReflection.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Engine.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Compiler.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationLatte\Template.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\UI\ITemplate.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationLatte\Loader.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Loaders\FileLoader.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\ILoader.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Form.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Container.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\IHtmlString.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\CsrfProtection.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\HiddenField.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\BaseControl.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\IControl.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\TextInput.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\TextBase.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Html.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Rules.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\SelectBox.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\ChoiceControl.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\TextArea.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Table\Selection.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Table\IRowContainer.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\IRowContainer.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Table\SqlBuilder.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\Drivers\MySqlDriver.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\ISupplementalDriver.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\ResultSet.php |
| C:\xampp\htdocs\cvhd\vendor\nette\database\src\Database\SqlPreprocessor.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\Arrays.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\Checkbox.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\UploadControl.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\SubmitButton.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\Controls\Button.php |
| C:\xampp\htdocs\cvhd\vendor\nette\forms\src\Forms\ISubmitterControl.php |
| C:\xampp\htdocs\cvhd\vendor\nette\component-model\src\ComponentModel\RecursiveComponentIterator.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Iterators\Filter.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\Responses\TextResponse.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\IResponse.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Application\exceptions.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Template.php |
| C:\xampp\htdocs\cvhd\temp\cache\latte\xampp-htdocs-cvhd-app-templates-Vip-newgame-latte-517b4205ebcdd233371b7f843674cf0f.php |
| C:\xampp\htdocs\cvhd\vendor\latte\latte\src\Latte\Runtime\Filters.php |
| C:\xampp\htdocs\cvhd\temp\cache\latte\C-xampp-htdocs-cvhd-app-templates-layout-latte-754d5fffbe5a709e58e69ac47490e7fc.php |
| C:\xampp\htdocs\cvhd\vendor\nette\application\src\Bridges\ApplicationLatte\UIMacros.php |
| C:\xampp\htdocs\cvhd\vendor\nette\utils\src\Utils\exceptions.php |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\templates\bluescreen.phtml |
| C:\xampp\htdocs\cvhd\vendor\tracy\tracy\src\Tracy\templates\bluescreen.css |
| Apache Version | Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 |
| Apache API Version | 20120211 |
| Server Administrator | postmaster@localhost |
| Hostname:Port | localhost:80 |
| Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
| Timeouts | Connection: 300 - Keep-Alive: 5 |
| Virtual Server | No |
| Server Root | C:/xampp/apache |
| Loaded Modules | core mod_win32 mpm_winnt http_core mod_so mod_access_compat mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dav_lock mod_dir mod_env mod_headers mod_include mod_info mod_isapi mod_log_config mod_cache_disk mod_mime mod_negotiation mod_proxy mod_proxy_ajp mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_version mod_php5 |
| Directive | Local Value | Master Value |
|---|---|---|
| engine | 1 | 1 |
| last_modified | 0 | 0 |
| xbithack | 0 | 0 |
| Variable | Value |
|---|---|
| REDIRECT_MIBDIRS | C:/xampp/php/extras/mibs |
| REDIRECT_MYSQL_HOME | \xampp\mysql\bin |
| REDIRECT_OPENSSL_CONF | C:/xampp/apache/bin/openssl.cnf |
| REDIRECT_PHP_PEAR_SYSCONF_DIR | \xampp\php |
| REDIRECT_PHPRC | \xampp\php |
| REDIRECT_TMP | \xampp\tmp |
| REDIRECT_STATUS | 200 |
| MIBDIRS | C:/xampp/php/extras/mibs |
| MYSQL_HOME | \xampp\mysql\bin |
| OPENSSL_CONF | C:/xampp/apache/bin/openssl.cnf |
| PHP_PEAR_SYSCONF_DIR | \xampp\php |
| PHPRC | \xampp\php |
| TMP | \xampp\tmp |
| HTTP_HOST | localhost |
| HTTP_CONNECTION | keep-alive |
| HTTP_ACCEPT | */* |
| HTTP_X_REQUESTED_WITH | XMLHttpRequest |
| HTTP_USER_AGENT | Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
| HTTP_DNT | 1 |
| HTTP_REFERER | http://localhost/cvhd/www/vip/newgame |
| HTTP_ACCEPT_ENCODING | gzip,deflate,sdch |
| HTTP_ACCEPT_LANGUAGE | ru,en-US;q=0.8,en;q=0.6,cs;q=0.4 |
| HTTP_COOKIE | tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts |
| PATH | C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft\Web Platform Installer\ |
| SystemRoot | C:\WINDOWS |
| COMSPEC | C:\WINDOWS\system32\cmd.exe |
| PATHEXT | .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
| WINDIR | C:\WINDOWS |
| SERVER_SIGNATURE | <address>Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 Server at localhost Port 80</address> |
| SERVER_SOFTWARE | Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 |
| SERVER_NAME | localhost |
| SERVER_ADDR | ::1 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | ::1 |
| DOCUMENT_ROOT | C:/xampp/htdocs |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | no value |
| CONTEXT_DOCUMENT_ROOT | C:/xampp/htdocs |
| SERVER_ADMIN | postmaster@localhost |
| SCRIPT_FILENAME | C:/xampp/htdocs/cvhd/www/index.php |
| REMOTE_PORT | 53751 |
| REDIRECT_QUERY_STRING | do=updateSnippet |
| REDIRECT_URL | /cvhd/www/vip/newgame |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | do=updateSnippet |
| REQUEST_URI | /cvhd/www/vip/newgame?do=updateSnippet |
| SCRIPT_NAME | /cvhd/www/index.php |
| HTTP Request Headers | |
|---|---|
| HTTP Request | GET /cvhd/www/vip/newgame?do=updateSnippet HTTP/1.1 |
| Host | localhost |
| Connection | keep-alive |
| Accept | */* |
| X-Requested-With | XMLHttpRequest |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
| DNT | 1 |
| Referer | http://localhost/cvhd/www/vip/newgame |
| Accept-Encoding | gzip,deflate,sdch |
| Accept-Language | ru,en-US;q=0.8,en;q=0.6,cs;q=0.4 |
| Cookie | tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts |
| HTTP Response Headers | |
| X-Powered-By | Nette Framework |
| Expires | Thu, 19 Nov 1981 08:52:00 GMT |
| Cache-Control | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Pragma | no-cache |
| Set-Cookie | PHPSESSID=3uameag30j4gnhhpe024i6coe1; expires=Sun, 27-Jul-2014 21:17:10 GMT; Max-Age=1209600; path=/; httponly |
| Set-Cookie | nette-browser=onsvwj14ts; path=/; httponly |
| X-Frame-Options | SAMEORIGIN |
| Vary | X-Requested-With |
| BCMath support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| bcmath.scale | 0 | 0 |
| BZip2 Support | Enabled |
| Stream Wrapper support | compress.bzip2:// |
| Stream Filter support | bzip2.decompress, bzip2.compress |
| BZip2 Version | 1.0.6, 6-Sept-2010 |
| Calendar support | enabled |
| PHP Version | 5.5.11 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_url_fopen | On | On |
| allow_url_include | Off | Off |
| always_populate_raw_post_data | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| asp_tags | Off | Off |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | C:\xampp\php\extras\browscap.ini | C:\xampp\php\extras\browscap.ini |
| default_charset | no value | no value |
| default_mimetype | text/html | text/html |
| disable_classes | no value | no value |
| disable_functions | no value | no value |
| display_errors | On | On |
| display_startup_errors | On | On |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | On | On |
| enable_post_data_reading | On | On |
| error_append_string | no value | no value |
| error_log | C:\xampp\htdocs\cvhd\log/php_error.log | C:\xampp\php\logs\php_error_log |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 22527 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | C:\xampp\php\ext | C:\xampp\php\ext |
| file_uploads | On | On |
| highlight.comment | #998; font-style: italic | #FF8000 |
| highlight.default | #000 | #0000BB |
| highlight.html | #06B | #000000 |
| highlight.keyword | #D24; font-weight: bold | #007700 |
| highlight.string | #080 | #DD0000 |
| html_errors | Off | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | .;C:\xampp\php\PEAR | .;C:\xampp\php\PEAR |
| log_errors | Off | On |
| log_errors_max_len | 1024 | 1024 |
| mail.add_x_header | Off | Off |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 30 | 30 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | no value | no value |
| output_buffering | 4096 | 4096 |
| output_handler | no value | no value |
| post_max_size | 8M | 8M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | GP | GP |
| sendmail_from | no value | no value |
| sendmail_path | C:\xampp\mailtodisk\mailtodisk.exe | C:\xampp\mailtodisk\mailtodisk.exe |
| serialize_precision | 100 | 100 |
| short_open_tag | Off | Off |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| sys_temp_dir | no value | no value |
| track_errors | On | On |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 2M | 2M |
| upload_tmp_dir | C:\xampp\tmp | C:\xampp\tmp |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| windows.show_crt_warning | Off | Off |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| zend.detect_unicode | On | On |
| zend.enable_gc | On | On |
| zend.multibyte | Off | Off |
| zend.script_encoding | no value | no value |
| ctype functions | enabled |
| cURL support | enabled |
| cURL Information | 7.36.0 |
| Age | 3 |
| Features | |
| AsynchDNS | Yes |
| CharConv | No |
| Debug | No |
| GSS-Negotiate | Yes |
| IDN | Yes |
| IPv6 | Yes |
| krb4 | No |
| Largefile | Yes |
| libz | Yes |
| NTLM | Yes |
| NTLMWB | No |
| SPNEGO | Yes |
| SSL | Yes |
| SSPI | Yes |
| TLS-SRP | No |
| Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
| Host | i386-pc-win32 |
| SSL Version | OpenSSL/1.0.1g |
| ZLib Version | 1.2.7 |
| libSSH Version | libssh2/1.4.3 |
| date/time support | enabled |
| "Olson" Timezone Database Version | 2014.1 |
| Timezone Database | internal |
| Default timezone | Europe/Prague |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.583333 | 90.583333 |
| date.sunset_zenith | 90.583333 | 90.583333 |
| date.timezone | Europe/Berlin | Europe/Berlin |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.9.1 |
| HTML Support | enabled |
| XPath Support | enabled |
| XPointer Support | enabled |
| Schema Support | enabled |
| RelaxNG Support | enabled |
| Regex Library | Bundled library enabled |
| EXIF Support | enabled |
| EXIF Version | 1.4 $Id$ |
| Supported EXIF Version | 0220 |
| Supported filetypes | JPEG,TIFF |
| Directive | Local Value | Master Value |
|---|---|---|
| exif.decode_jis_intel | JIS | JIS |
| exif.decode_jis_motorola | JIS | JIS |
| exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
| exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
| exif.encode_jis | no value | no value |
| exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
| Input Validation and Filtering | enabled |
| Revision | $Id: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| FTP support | enabled |
| GD Support | enabled |
| GD Version | bundled (2.1.0 compatible) |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.4.10 |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | 9 compatible |
| PNG Support | enabled |
| libPNG Version | 1.5.18 |
| WBMP Support | enabled |
| XPM Support | enabled |
| libXpm Version | 30411 |
| XBM Support | enabled |
| WebP Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 0 | 0 |
| GetText Support | enabled |
| hash support | enabled |
| Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
| iconv support | enabled |
| iconv implementation | "libiconv" |
| iconv library version | 1.14 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| json support | enabled |
| json version | 1.2.1 |
| libXML support | active |
| libXML Compiled Version | 2.9.1 |
| libXML Loaded Version | 20901 |
| libXML streams | enabled |
| Multibyte Support | enabled |
| Multibyte string engine | libmbfl |
| HTTP input encoding translation | disabled |
| libmbfl version | 1.3.2 |
| mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
|---|
| Multibyte (japanese) regex support | enabled |
| Multibyte regex (oniguruma) version | 5.9.2 |
| Directive | Local Value | Master Value |
|---|---|---|
| mbstring.detect_order | no value | no value |
| mbstring.encoding_translation | Off | Off |
| mbstring.func_overload | 0 | 0 |
| mbstring.http_input | pass | pass |
| mbstring.http_output | pass | pass |
| mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
| mbstring.internal_encoding | no value | no value |
| mbstring.language | neutral | neutral |
| mbstring.strict_detection | Off | Off |
| mbstring.substitute_character | no value | no value |
| mcrypt support | enabled |
|---|---|
| mcrypt_filter support | enabled |
| Version | 2.5.8 |
| Api No | 20021217 |
| Supported ciphers | cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour |
| Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
| Directive | Local Value | Master Value |
|---|---|---|
| mcrypt.algorithms_dir | no value | no value |
| mcrypt.modes_dir | no value | no value |
| MHASH support | Enabled |
| MHASH API Version | Emulated Support |
| MySQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| mysql.allow_local_infile | On | On |
| mysql.allow_persistent | On | On |
| mysql.connect_timeout | 3 | 3 |
| mysql.default_host | no value | no value |
| mysql.default_password | no value | no value |
| mysql.default_port | 3306 | 3306 |
| mysql.default_socket | MySQL | MySQL |
| mysql.default_user | no value | no value |
| mysql.max_links | Unlimited | Unlimited |
| mysql.max_persistent | Unlimited | Unlimited |
| mysql.trace_mode | Off | Off |
| MysqlI Support | enabled |
|---|---|
| Client API library version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | On | On |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | no value | no value |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | MySQL | MySQL |
| mysqli.default_user | no value | no value |
| mysqli.max_links | Unlimited | Unlimited |
| mysqli.max_persistent | Unlimited | Unlimited |
| mysqli.reconnect | Off | Off |
| mysqlnd | enabled |
|---|---|
| Version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Compression | supported |
| core SSL | supported |
| extended SSL | not supported |
| Command buffer size | 4096 |
| Read buffer size | 32768 |
| Read timeout | 31536000 |
| Collecting statistics | Yes |
| Collecting memory statistics | No |
| Tracing | n/a |
| Loaded plugins | mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password |
| API Extensions | mysql,mysqli,pdo_mysql |
| mysqlnd statistics | |
|---|---|
| bytes_sent | 95231 |
| bytes_received | 477424 |
| packets_sent | 3736 |
| packets_received | 12113 |
| protocol_overhead_in | 48452 |
| protocol_overhead_out | 14944 |
| bytes_received_ok_packet | 0 |
| bytes_received_eof_packet | 0 |
| bytes_received_rset_header_packet | 6291 |
| bytes_received_rset_field_meta_packet | 0 |
| bytes_received_rset_row_packet | 7962 |
| bytes_received_prepare_response_packet | 199002 |
| bytes_received_change_user_packet | 229057 |
| packets_sent_command | 1524 |
| packets_received_ok | 0 |
| packets_received_eof | 0 |
| packets_received_rset_header | 699 |
| packets_received_rset_field_meta | 0 |
| packets_received_rset_row | 1090 |
| packets_received_prepare_response | 3530 |
| packets_received_change_user | 6015 |
| result_set_queries | 699 |
| non_result_set_queries | 390 |
| no_index_used | 506 |
| bad_index_used | 0 |
| slow_queries | 0 |
| buffered_sets | 699 |
| unbuffered_sets | 0 |
| ps_buffered_sets | 0 |
| ps_unbuffered_sets | 0 |
| flushed_normal_sets | 0 |
| flushed_ps_sets | 0 |
| ps_prepared_never_executed | 0 |
| ps_prepared_once_executed | 0 |
| rows_fetched_from_server_normal | 5316 |
| rows_fetched_from_server_ps | 0 |
| rows_buffered_from_client_normal | 5316 |
| rows_buffered_from_client_ps | 0 |
| rows_fetched_from_client_normal_buffered | 5316 |
| rows_fetched_from_client_normal_unbuffered | 0 |
| rows_fetched_from_client_ps_buffered | 0 |
| rows_fetched_from_client_ps_unbuffered | 0 |
| rows_fetched_from_client_ps_cursor | 0 |
| rows_affected_normal | 1 |
| rows_affected_ps | 0 |
| rows_skipped_normal | 5316 |
| rows_skipped_ps | 0 |
| copy_on_write_saved | 1732 |
| copy_on_write_performed | 31829 |
| command_buffer_too_small | 0 |
| connect_success | 344 |
| connect_failure | 0 |
| connection_reused | 0 |
| reconnect | 0 |
| pconnect_success | 39 |
| active_connections | 18446744073709551274 |
| active_persistent_connections | 18446744073709551577 |
| explicit_close | 343 |
| implicit_close | 0 |
| disconnect_close | 0 |
| in_middle_of_command_close | 0 |
| explicit_free_result | 699 |
| implicit_free_result | 0 |
| explicit_stmt_close | 0 |
| implicit_stmt_close | 0 |
| mem_emalloc_count | 0 |
| mem_emalloc_amount | 0 |
| mem_ecalloc_count | 0 |
| mem_ecalloc_amount | 0 |
| mem_erealloc_count | 0 |
| mem_erealloc_amount | 0 |
| mem_efree_count | 0 |
| mem_efree_amount | 0 |
| mem_malloc_count | 0 |
| mem_malloc_amount | 0 |
| mem_calloc_count | 0 |
| mem_calloc_amount | 0 |
| mem_realloc_count | 0 |
| mem_realloc_amount | 0 |
| mem_free_count | 0 |
| mem_free_amount | 0 |
| mem_estrndup_count | 0 |
| mem_strndup_count | 0 |
| mem_estndup_count | 0 |
| mem_strdup_count | 0 |
| proto_text_fetched_null | 0 |
| proto_text_fetched_bit | 0 |
| proto_text_fetched_tinyint | 0 |
| proto_text_fetched_short | 0 |
| proto_text_fetched_int24 | 0 |
| proto_text_fetched_int | 0 |
| proto_text_fetched_bigint | 9271 |
| proto_text_fetched_decimal | 0 |
| proto_text_fetched_float | 0 |
| proto_text_fetched_double | 0 |
| proto_text_fetched_date | 0 |
| proto_text_fetched_year | 0 |
| proto_text_fetched_time | 0 |
| proto_text_fetched_datetime | 16 |
| proto_text_fetched_timestamp | 0 |
| proto_text_fetched_string | 22673 |
| proto_text_fetched_blob | 574 |
| proto_text_fetched_enum | 0 |
| proto_text_fetched_set | 0 |
| proto_text_fetched_geometry | 0 |
| proto_text_fetched_other | 0 |
| proto_binary_fetched_null | 0 |
| proto_binary_fetched_bit | 0 |
| proto_binary_fetched_tinyint | 0 |
| proto_binary_fetched_short | 0 |
| proto_binary_fetched_int24 | 0 |
| proto_binary_fetched_int | 0 |
| proto_binary_fetched_bigint | 0 |
| proto_binary_fetched_decimal | 0 |
| proto_binary_fetched_float | 0 |
| proto_binary_fetched_double | 0 |
| proto_binary_fetched_date | 0 |
| proto_binary_fetched_year | 0 |
| proto_binary_fetched_time | 0 |
| proto_binary_fetched_datetime | 0 |
| proto_binary_fetched_timestamp | 0 |
| proto_binary_fetched_string | 0 |
| proto_binary_fetched_blob | 0 |
| proto_binary_fetched_enum | 0 |
| proto_binary_fetched_set | 0 |
| proto_binary_fetched_geometry | 0 |
| proto_binary_fetched_other | 0 |
| init_command_executed_count | 0 |
| init_command_failed_count | 0 |
| com_quit | 343 |
| com_init_db | 91 |
| com_query | 1090 |
| com_field_list | 0 |
| com_create_db | 0 |
| com_drop_db | 0 |
| com_refresh | 0 |
| com_shutdown | 0 |
| com_statistics | 0 |
| com_process_info | 0 |
| com_connect | 0 |
| com_process_kill | 0 |
| com_debug | 0 |
| com_ping | 0 |
| com_time | 0 |
| com_delayed_insert | 0 |
| com_change_user | 0 |
| com_binlog_dump | 0 |
| com_table_dump | 0 |
| com_connect_out | 0 |
| com_register_slave | 0 |
| com_stmt_prepare | 0 |
| com_stmt_execute | 0 |
| com_stmt_send_long_data | 0 |
| com_stmt_close | 0 |
| com_stmt_reset | 0 |
| com_stmt_set_option | 0 |
| com_stmt_fetch | 0 |
| com_deamon | 0 |
| bytes_received_real_data_normal | 171418 |
| bytes_received_real_data_ps | 0 |
| ODBC Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| ODBC library | Win32 |
| Directive | Local Value | Master Value |
|---|---|---|
| odbc.allow_persistent | On | On |
| odbc.check_persistent | On | On |
| odbc.default_cursortype | Static cursor | Static cursor |
| odbc.default_db | no value | no value |
| odbc.default_pw | no value | no value |
| odbc.default_user | no value | no value |
| odbc.defaultbinmode | return as is | return as is |
| odbc.defaultlrl | return up to 4096 bytes | return up to 4096 bytes |
| odbc.max_links | Unlimited | Unlimited |
| odbc.max_persistent | Unlimited | Unlimited |
| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 1.0.1g 7 Apr 2014 |
| OpenSSL Header Version | OpenSSL 1.0.1g 7 Apr 2014 |
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.34 2013-12-15 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.8.3.1 |
| Phar: PHP Archive support | enabled |
|---|---|
| Phar EXT version | 2.0.2 |
| Phar API version | 1.1.1 |
| SVN revision | $Id: a5488937a80433d434af6753d3db8517feaf91df $ |
| Phar-based phar archives | enabled |
| Tar-based phar archives | enabled |
| ZIP-based phar archives | enabled |
| gzip compression | enabled |
| bzip2 compression | enabled |
| OpenSSL support | enabled |
|
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| Reflection | enabled |
|---|---|
| Version | $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $ |
| Session Support | enabled |
| Registered save handlers | files user |
| Registered serializer handlers | php_serialize php php_binary wddx |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | On | Off |
| session.cookie_lifetime | 1209600 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | no value | no value |
| session.entropy_length | 0 | 0 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 1209600 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | C:\xampp\tmp | C:\xampp\tmp |
| session.serialize_handler | php | php |
| session.upload_progress.cleanup | On | On |
| session.upload_progress.enabled | On | On |
| session.upload_progress.freq | 1% | 1% |
| session.upload_progress.min_freq | 1 | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ | upload_progress_ |
| session.use_cookies | On | On |
| session.use_only_cookies | On | Off |
| session.use_strict_mode | Off | Off |
| session.use_trans_sid | 0 | 0 |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 363ea1fc44b0b7775e2ec3ce8456530fec6d1660 $ |
| Schema support | enabled |
| Soap Client | enabled |
| Soap Server | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| soap.wsdl_cache | 1 | 1 |
| soap.wsdl_cache_dir | /tmp | /tmp |
| soap.wsdl_cache_enabled | 1 | 1 |
| soap.wsdl_cache_limit | 5 | 5 |
| soap.wsdl_cache_ttl | 86400 | 86400 |
| Sockets Support | enabled |
| SPL support | enabled |
|---|---|
| Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
| Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
| SQLite3 support | enabled |
|---|---|
| SQLite3 module version | 0.7-dev |
| SQLite Library | 3.8.3.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Path to sendmail | C:\xampp\mailtodisk\mailtodisk.exe |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | 1 | 1 |
| assert.bail | 0 | 0 |
| assert.callback | no value | no value |
| assert.quiet_eval | 0 | 0 |
| assert.warning | 1 | 1 |
| auto_detect_line_endings | 0 | 0 |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | no value | no value |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.9.1 |
| XMLReader | enabled |
| core library version | xmlrpc-epi v. 0.51 |
| php extension version | 0.51 |
| author | Dan Libby |
| homepage | http://xmlrpc-epi.sourceforge.net |
| open sourced by | Epinions.com |
| XMLWriter | enabled |
| XSL | enabled |
| libxslt Version | 1.1.27 |
| libxslt compiled against libxml Version | 2.7.8 |
| EXSLT | enabled |
| libexslt Version | 0.8.16 |
| Zip | enabled |
| Extension Version | $Id: 05dd1ecc211075107543b0ef8cee488dd229fccf $ |
| Zip version | 1.11.0 |
| Libzip version | 0.10.1 |
| ZLib Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.7.3 |
| Linked Version | 1.2.7.3 |
| Directive | Local Value | Master Value |
|---|---|---|
| zlib.output_compression | Off | Off |
| zlib.output_compression_level | -1 | -1 |
| zlib.output_handler | no value | no value |
| Module Name |
|---|
| Host | localhost |
|---|---|
| Connection | keep-alive |
| Accept | */* |
| X-Requested-With | XMLHttpRequest |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
| DNT | 1 |
| Referer | http://localhost/cvhd/www/vip/newgame |
| Accept-Encoding | gzip,deflate,sdch |
| Accept-Language | ru,en-US;q=0.8,en;q=0.6,cs;q=0.4 |
| Cookie | tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=15:27; PHPSESSID=3uameag30j4gnhhpe024i6coe1; nette-browser=onsvwj14ts |
| do | "updateSnippet" (13)
|
|---|
empty
| tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel | "15:27" (5)
|
|---|---|
| PHPSESSID | "3uameag30j4gnhhpe024i6coe1" (26)
|
| nette-browser | "onsvwj14ts" (10)
|
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=3uameag30j4gnhhpe024i6coe1; expires=Sun, 27-Jul-2014 21:17:10 GMT; Max-Age=1209600; path=/; httponly
Set-Cookie: nette-browser=onsvwj14ts; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With